Socket
Socket
Sign inDemoInstall

tesseract.js-core

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tesseract.js-core

Tesseract C++ API in Pure Javascript


Version published
Maintainers
1
Created
Source

tesseract.js-core

Odds are you probably want to be using tesseract.js instead. It's a high level async API that works on the browser as well as the server. But if you're a big fan of manual memory management and slow, blocking computation, then you're at the right place!

The API essentially mirrors the Tesseract C++ API specified in baseapi.h. In particular, it's the subset which is described by tesseract.idl


Note that this didn't work for me on io.js v1.0.3 (giving a "read_params_file: parameter not found: enable_new_segsearch" error). Switching to Node v0.12.2 worked.

Keywords

FAQs

Package last updated on 21 Jul 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc